home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / icr7000.zip / ICR7000.DOC < prev    next >
Text File  |  1992-05-23  |  5KB  |  117 lines

  1.  
  2.  
  3.                                  ICR7000
  4.                     Icom IC-R7000 Receiver Control Program
  5.  
  6.                              THIS IS FREEWARE!
  7.  
  8.                                    by
  9.                                Bart Wolther
  10.                                   N2PXJ
  11.                             437 Railroad Avenue
  12.                             Westbury, NY  11590
  13.  
  14.  
  15.  
  16. IMPORTANT:
  17.   To greatly improve the functionality of this program, be sure to use the
  18.   Squelch-detect Cable described in this documentation. You can build one from
  19.   common, Radio-Shack-available parts.
  20.  
  21. HARDWARE REQUIREMENTS:
  22.   Icom R7000 Radio Receiver (or other CI-V compatible radio), CT-17 or
  23.   compatible radio interface, PC-compatible computer with serial port, cables
  24.  
  25. OPTIONAL HARDWARE:
  26.   Squelch-detect Cable (I tell you below how to make one) and parallel port
  27.  
  28. GENERAL DESCRIPTION OF THIS PROGRAM:
  29.   This is an Icom IC-R7000 receiver control program. I designed it to work
  30.   with the CT-17 computer interface. It allows you to maintain, on your PC,
  31.   databases of frequencies, and to download them to your radio.
  32.  
  33. TO START THE PROGRAM:
  34.   Start the program by typing:
  35.  
  36.                                  ICR7000
  37.  
  38. CONFIGURING THE SOFTWARE:
  39.   The program has a SETU<P> option which allows you to specify several
  40.   parameters.  Be sure to run SETU<P> the first time you run the program.
  41.  
  42.   SETUP PARAMETERS:
  43.  
  44.      COMPORT: the serial port your radio interface is connected to. This
  45.      should be 1 (COM1) or 2 (COM2).
  46.  
  47.      BAUD RATE: the baud rate at which your radio interface is set. This
  48.      should be 1200 or 9600.
  49.  
  50.      LPT: the parallel port to which you have a Squelch-detect Cable, if any,
  51.      attached. This should be 1 (LPT1), 2 (LPT2), or 3 (LPT3). Instructions
  52.      for building your own Squelch-detect Cable are given below.
  53.  
  54.      DATABASE FILE NAME: the name of a text file which will serve as a
  55.      frequency database. You can use any path/file name. See below for how to
  56.      build a frequency database.
  57.  
  58.      EDITOR NAME: the name of a text editor which you will use to modify the
  59.      database. You can specify the name of your favorite editor, e.g. EDLIN,
  60.      EDIT, etc.
  61.  
  62. HOW TO BUILD A FREQUENCY DATABASE:
  63.   A frequency database is actually a simple text file. You build the file
  64.   using your favorite text editor, such as EDIT or EDLIN. Each line of the
  65.   file contains a frequency, mode and, optionally, a description of the
  66.   channel, separated by commas. For example:
  67.  
  68.          145.0100, FMN, 2 Meter Packet Radio BBS
  69.  
  70.   The line above specifies a frequency of 145.01 MHz, a transmission mode of
  71.   narrow FM, and a description: "2 Meter Packet Radio BBS".
  72.  
  73.   The recognized mode designators are AM, FM, FMN, and SSB.
  74.  
  75.   You can use the <E>DIT command to invoke your text editor (specified in the
  76.   SETU<P> command) with your database file (also in SETU<P>), and thereby edit
  77.   your database. You must use the <G>ET command (see below) to download your
  78.   database into the radio.
  79.  
  80. DOWNLOADING FREQUENCIES FROM A DATABASE TO THE RADIO'S MEMORY CHANNELS:
  81.   There is a memory channel <G>ET option which allows you to load frequencies
  82.   from the database file into the R7000. It asks you to specify a search
  83.   string, and then loads frequencies from all lines in your database file that
  84.   contain your search string. You may optionally specify two or more search
  85.   strings separated by commas, in which case an AND search will be performed
  86.   in which all frequencies containing all of the search strings will be
  87.   loaded.
  88.  
  89.   Once channels are loaded from the database, you can use the PageUp and
  90.   PageDown keys to switch through memory channels, and the program will
  91.   display the corresponding channel descriptions as you switch.
  92.  
  93. THE SQUELCH-DETECT CABLE:
  94.   This program has the ability to recognize the R7000's squelch status which
  95.   allows the program to know if the radio is tuned to a coherent transmission.
  96.   To enable this capability, you must hook up a special "Squelch-detect
  97.   Cable". This cable is a quick and dirty solution to a major shortcoming in
  98.   the R7000's computer interface: an inability to detect the radio's squelch
  99.   status. The cable works by connecting your radio's REMOTE jack to your
  100.   computer's parallel port.
  101.  
  102. BUILDING A SQUELCH-DETECT CABLE:
  103.   To build the cable, you go (if necessary) to Radio Shack and buy three
  104.   things:
  105.  
  106.     - a length of computer cable with 2 or more conductors R.S.#278-777
  107.  
  108.     - a male, two-conductor, 1/8" mini-plug (i.e. an earphone plug)
  109.       R.S.#274-286
  110.  
  111.     - a male DB-25 connector (25-pin D-Sub), crimp-type, R.S.#276-1429
  112.  
  113.   Using the computer cable, connect the tip of the mini-plug to pin # 2 of the
  114.   DB-25 and the base of the mini plug to pin # 23 of the DB-25. Then plug the
  115.   mini plug into the REMOTE jack of your R7000, and plug the DB-25 to the
  116.   parallel port on your computer. That's all there is to it.
  117.